home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / bb21c.zip / CC.DOC < prev    next >
Text File  |  1992-11-25  |  1KB  |  45 lines

  1. CC lists is how you send a message to more than one person.  These are
  2. files of the type xxxx.CC and reside in the messages subdirectory
  3. pointed to by PARMS.BB
  4.  
  5. The difference betweeb this and .DIS is that CC makes individual copies
  6. of each message while .DIS distributes the same copy.  New BIDS are
  7. assigned each message unless the special word NONEW$ appears on the same
  8. line as the call.
  9.  
  10. As a message arrives, the ACTION.BB file is checked.  If needed, the
  11. distribution list name is changed from the default name of the @BBS.
  12. The a search is made of the message subdirectory for a file of format
  13. xxx.CC.  If one is found then a distribution list will be used.
  14.  
  15. Format of xxxx.CC file
  16.  
  17. call1a @ call1b
  18. call2a @ call2b
  19. etc
  20.  
  21. This is actually the routing code to be used for the message.  The
  22. CC processor does an actual CM command for each copy to be made using
  23. each line as the "TO" data so anything goes.  The copy can go to a .DIS
  24. file too.  Hierarchial routes are allowed.
  25.  
  26. The .CC file can also contain authorization lines.
  27.  
  28.    OK call1 call2 call3 ...
  29.  
  30. If the originating station is in this list then the distribution proceeds.
  31.  
  32.    NOT_OK call1 call2 call3...
  33.  
  34. If the originating station is NOT in this list then the distribution proceeds.
  35.  
  36. Multiple NOT_OK are permitted.  The actual call1 call2 etc are patterns (see
  37. WILDCARD.DOC)
  38.  
  39. Example:
  40.  
  41.     NOT_OK N7XXX
  42.     N6JQJ @ AA4RE.CA.USA.NA
  43.     N6XXX @ W0RLI.CA.USA.NA
  44.  
  45.